home *** CD-ROM | disk | FTP | other *** search
/ Design Mapio / Design Mapio.iso / pc / browser.dxr / 00059.ls < prev    next >
Encoding:
Text File  |  1997-01-29  |  369 b   |  15 lines

  1. on exitFrame
  2.   global gnum2, gformat
  3.   set the castNum of sprite 47 to gnum2 + 500
  4.   puppetSprite(47, 1)
  5.   if the machineType = 256 then
  6.     set the itemDelimiter to "¥"
  7.   else
  8.     set the itemDelimiter to ":"
  9.   end if
  10.   set fname to line gnum2 of field gformat
  11.   set the text of member 100 to item the number of items in fname of fname
  12.   updateStage()
  13.   delay(12)
  14. end
  15.